Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymatlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rahil Doshi
pymatlib
Commits
7ba8b305
Commit
7ba8b305
authored
6 months ago
by
Rahil Doshi
Browse files
Options
Downloads
Patches
Plain Diff
Update setup.py
parent
1581e0ff
No related branches found
No related tags found
No related merge requests found
Pipeline
#70461
passed
6 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-7
1 addition, 7 deletions
setup.py
with
1 addition
and
7 deletions
setup.py
+
1
−
7
View file @
7ba8b305
from
setuptools
import
setup
,
find_packages
import
versioneer
def
get_cmdclass
():
return
versioneer
.
get_cmdclass
()
setup
(
name
=
'
pymatlib
'
,
# version='0.1.0', # Update this version as needed
version
=
versioneer
.
get_version
(),
version
=
'
0.1.0
'
,
# Update this version as needed
author
=
'
Rahil Doshi
'
,
# Replace with your name
author_email
=
'
rahil.doshi@fau.de
'
,
# Replace with your email
description
=
'
A Python based material library
'
,
...
...
@@ -41,5 +36,4 @@ setup(
],
},
include_package_data
=
True
,
# Include package data specified in MANIFEST.in
cmdclass
=
get_cmdclass
(),
# Add command class from versioneer
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment