Skip to content

Commit

Permalink
Add setup.py goop
Browse files Browse the repository at this point in the history
  • Loading branch information
wjt committed Nov 18, 2019
1 parent 280fff0 commit 7ac375d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.egg-info
/.env
18 changes: 18 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/env python

from distutils.core import setup

setup(
name="nanogenmo2019",
version="1.0",
description="Python Distribution Utilities",
author="Will Thompson",
author_email="will@willthompson.co.uk",
url="https://github.com/wjt/nanogenmo/blob/master/2019",
scripts=["2019/nanogenpo"],
install_requires=["polib"],
classifiers=[
"License :: OSI Approved :: MIT License",
"Topic :: Artistic Software",
],
)

0 comments on commit 7ac375d

Please sign in to comment.